Class SignInResponse.CredentialsType.SiteType
Class representing a site response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class SignInResponse.CredentialsType.SiteType
Properties
ContentUrl
Gets or sets the content URL for the response.
Declaration
public string? ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |