Interface ISubscriptionContentType
The interface for the content type of a subscription.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public interface ISubscriptionContentType
Properties
Id
Gets or sets the ID for the response.
Declaration
Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
SendIfViewEmpty
Gets or sets the send view if empty flag for the response.
Declaration
bool SendIfViewEmpty { get; set; }
Property Value
Type | Description |
---|---|
bool |
Type
Gets or sets the type of content for the response.
Declaration
string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |