Class DataSourceResponse.DataSourceType.OwnerType
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class DataSourceResponse.DataSourceType.OwnerType : IRestIdentifiable
Constructors
OwnerType()
The default parameterless constructor.
Declaration
public OwnerType()
OwnerType(IRestIdentifiable)
Constructor to build from DataSourceResponse.DataSourceType.OwnerType
Declaration
public OwnerType(IRestIdentifiable owner)
Parameters
Type | Name | Description |
---|---|---|
IRestIdentifiable | owner |
Properties
Id
Gets the unique identifier.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |