Class CommitCustomViewPublishRequest.CustomViewType.OwnerType
The owner type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CommitCustomViewPublishRequest.CustomViewType.OwnerType
Constructors
OwnerType()
The default parameterless constructor.
Declaration
public OwnerType()
OwnerType(Guid)
The constructor to build from the ID.
Declaration
public OwnerType(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | The owner ID. |
Properties
Id
The Owner Id.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |