Interface ICreateSubscriptionOptions
Interface for an API client subscription creation model.
Namespace: Tableau.Migration.Api.Models.Cloud
Assembly: Tableau.Migration.dll
Syntax
public interface ICreateSubscriptionOptions
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
ISubscriptionContent Content { get; }
Property Value
Type | Description |
---|---|
ISubscriptionContent |
Message
Gets the message for the subscription.
Declaration
string? Message { get; }
Property Value
Type | Description |
---|---|
string |
PageOrientation
Gets the page orientation of the subscription.
Declaration
string PageOrientation { get; }
Property Value
Type | Description |
---|---|
string |
PageSizeOption
Gets the page page size option of the subscription.
Declaration
string PageSizeOption { get; }
Property Value
Type | Description |
---|---|
string |
Schedule
Gets the schedule for the subscription.
Declaration
ICloudSchedule Schedule { get; }
Property Value
Type | Description |
---|---|
ICloudSchedule |
Subject
Gets the subject for the subscription.
Declaration
string Subject { get; }
Property Value
Type | Description |
---|---|
string |
UserId
Gets the ID of the user for the subscription.
Declaration
Guid UserId { get; }
Property Value
Type | Description |
---|---|
Guid |