Interface ISubscriptionType
Interface for a subscription REST response.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface ISubscriptionType : IRestIdentifiable
Properties
AttachImage
Gets the attach image flag for the subscription.
Declaration
bool AttachImage { get; }
Property Value
Type | Description |
---|---|
bool |
AttachPdf
Gets the attach pdf flag for the subscription.
Declaration
bool AttachPdf { get; }
Property Value
Type | Description |
---|---|
bool |
Content
Gets the content reference for the subscription.
Declaration
ISubscriptionContentType? Content { get; }
Property Value
Type | Description |
---|---|
ISubscriptionContentType |
Message
Gets the message for the subscription.
Declaration
string? Message { get; set; }
Property Value
Type | Description |
---|---|
string |
PageOrientation
Gets the page orientation of the subscription.
Declaration
string? PageOrientation { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSizeOption
Gets the page page size option of the subscription.
Declaration
string? PageSizeOption { get; set; }
Property Value
Type | Description |
---|---|
string |
Subject
Gets the subject for the subscription.
Declaration
string? Subject { get; }
Property Value
Type | Description |
---|---|
string |
Suspended
Gets the suspended flag for the subscription.
Declaration
bool Suspended { get; }
Property Value
Type | Description |
---|---|
bool |
User
Gets the user for the subscription.
Declaration
IRestIdentifiable? User { get; }
Property Value
Type | Description |
---|---|
IRestIdentifiable |