Class GetSubscriptionsResponse.SubscriptionType
Class representing a subscription on the response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class GetSubscriptionsResponse.SubscriptionType : ISubscriptionType, IRestIdentifiable
Constructors
SubscriptionType()
The default parameterless constructor.
Declaration
public SubscriptionType()
Properties
AttachImage
Gets the attach image flag for the subscription.
Declaration
public bool AttachImage { get; set; }
Property Value
Type | Description |
---|---|
bool |
AttachPdf
Gets the attach pdf flag for the subscription.
Declaration
public bool AttachPdf { get; set; }
Property Value
Type | Description |
---|---|
bool |
Content
Gets or sets the content for the response.
Declaration
public GetSubscriptionsResponse.SubscriptionType.ContentType? Content { get; set; }
Property Value
Type | Description |
---|---|
GetSubscriptionsResponse.SubscriptionType.ContentType |
Id
Gets the unique identifier.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Message
Gets the message for the subscription.
Declaration
public string? Message { get; set; }
Property Value
Type | Description |
---|---|
string |
PageOrientation
Gets the page orientation of the subscription.
Declaration
public string? PageOrientation { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSizeOption
Gets the page page size option of the subscription.
Declaration
public string? PageSizeOption { get; set; }
Property Value
Type | Description |
---|---|
string |
Schedule
Gets or sets the schedule for the response.
Declaration
public GetSubscriptionsResponse.SubscriptionType.ScheduleType? Schedule { get; set; }
Property Value
Type | Description |
---|---|
GetSubscriptionsResponse.SubscriptionType.ScheduleType |
Subject
Gets the subject for the subscription.
Declaration
public string? Subject { get; set; }
Property Value
Type | Description |
---|---|
string |
Suspended
Gets the suspended flag for the subscription.
Declaration
public bool Suspended { get; set; }
Property Value
Type | Description |
---|---|
bool |
User
Gets or sets the user for the response.
Declaration
public GetSubscriptionsResponse.SubscriptionType.UserType? User { get; set; }
Property Value
Type | Description |
---|---|
GetSubscriptionsResponse.SubscriptionType.UserType |