Class SiteResponse.SiteType
Class representing a site response.
Inheritance
object
SiteResponse.SiteType
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class SiteResponse.SiteType : IRestIdentifiable, IApiContentUrl
Properties
ContentUrl
Gets or sets the content URL.
Declaration
public string? ContentUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisableSubscriptions
Gets or sets whether subscriptions are disabled.
Declaration
public bool DisableSubscriptions { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ExtractEncryptionMode
Gets or sets the site extract encryption mode.
Declaration
public string? ExtractEncryptionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GroupSetsEnabled
Gets or sets whether group sets are enabled.
Declaration
public bool GroupSetsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Id
Gets or sets the ID of the site.
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
Gets or sets the name of the site.
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |