Class GetSubscriptionsResponse.SubscriptionType.ContentType
Class representing a content type on the response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public class GetSubscriptionsResponse.SubscriptionType.ContentType : ISubscriptionContentType
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 |