Class GetSubscriptionsResponse.SubscriptionType.ContentType
Class representing a content type on the response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class GetSubscriptionsResponse.SubscriptionType.ContentType : ISubscriptionContentType
Constructors
ContentType()
Creates a new GetSubscriptionsResponse.SubscriptionType.ContentType object.
Declaration
public ContentType()
ContentType(ISubscriptionContentType)
Creates a new GetSubscriptionsResponse.SubscriptionType.ContentType object.
Declaration
public ContentType(ISubscriptionContentType content)
Parameters
Type | Name | Description |
---|---|---|
ISubscriptionContentType | content | A subscription content reference. |
Properties
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
SendIfViewEmpty
Gets or sets the send view if empty flag for the response.
Declaration
public bool SendIfViewEmpty { get; set; }
Property Value
Type | Description |
---|---|
bool |
Type
Gets or sets the type of content for the response.
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |