Class CreateSubscriptionRequest.SubscriptionType
Class representing a request subscription item.
Namespace: Tableau.Migration.Api.Rest.Models.Requests.Cloud
Assembly: Tableau.Migration.dll
Syntax
public sealed class CreateSubscriptionRequest.SubscriptionType
Constructors
SubscriptionType()
Creates a new CreateSubscriptionRequest.SubscriptionType object.
Declaration
public SubscriptionType()
SubscriptionType(ICreateSubscriptionOptions)
Creates a new CreateSubscriptionRequest.SubscriptionType object.
Declaration
public SubscriptionType(ICreateSubscriptionOptions options)
Parameters
Type | Name | Description |
---|---|---|
ICreateSubscriptionOptions | options | The subscription creation options. |
Properties
AttachImage
Gets or sets the attach image flag for the subscription.
Declaration
public bool AttachImage { get; set; }
Property Value
Type | Description |
---|---|
bool |
AttachPdf
Gets or sets 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 subscription.
Declaration
public CreateSubscriptionRequest.SubscriptionType.ContentType? Content { get; set; }
Property Value
Type | Description |
---|---|
CreateSubscriptionRequest.SubscriptionType.ContentType |
Message
Gets or sets the message for the request.
Declaration
public string? Message { get; set; }
Property Value
Type | Description |
---|---|
string |
PageOrientation
Gets or sets the page orientation of the subscription.
Declaration
public string? PageOrientation { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSizeOption
Gets or sets the page page size option of the subscription.
Declaration
public string? PageSizeOption { get; set; }
Property Value
Type | Description |
---|---|
string |
Subject
Gets or sets the subject for the subscription.
Declaration
public string? Subject { get; set; }
Property Value
Type | Description |
---|---|
string |
User
Gets or sets the user for the subscription.
Declaration
public CreateSubscriptionRequest.SubscriptionType.UserType? User { get; set; }
Property Value
Type | Description |
---|---|
CreateSubscriptionRequest.SubscriptionType.UserType |