Class UpdateSubscriptionRequest.SubcriptionType
Class representing a request subscription item.
Namespace: Tableau.Migration.Api.Rest.Models.Requests.Cloud
Assembly: Tableau.Migration.dll
Syntax
public sealed class UpdateSubscriptionRequest.SubcriptionType
Constructors
SubcriptionType()
Creates a new UpdateSubscriptionRequest.SubcriptionType object.
Declaration
public SubcriptionType()
SubcriptionType(bool?, bool?, bool?)
Creates a new UpdateSubscriptionRequest.SubcriptionType object.
Declaration
public SubcriptionType(bool? attachImage, bool? attachPdf, bool? suspended)
Parameters
Type | Name | Description |
---|---|---|
bool? | attachImage | The new attach image flag, or null to not update the flag. |
bool? | attachPdf | The new attach PDF flag, or null to not update the flag. |
bool? | suspended | The new suspended flag, or null to not update the flag. |
Properties
AttachImage
Gets or sets the attach image flag for the subscription.
Declaration
public bool AttachImage { get; set; }
Property Value
Type | Description |
---|---|
bool |
AttachImageSpecified
Defines the serialization for the property AttachImage.
Declaration
public bool AttachImageSpecified { get; }
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 |
AttachPdfSpecified
Defines the serialization for the property AttachPdf.
Declaration
public bool AttachPdfSpecified { get; }
Property Value
Type | Description |
---|---|
bool |
Content
Gets or sets the content for the subscription.
Declaration
public UpdateSubscriptionRequest.SubcriptionType.ContentType? Content { get; set; }
Property Value
Type | Description |
---|---|
UpdateSubscriptionRequest.SubcriptionType.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 |
Suspended
Gets the suspended state for the subscription.
Declaration
public bool Suspended { get; set; }
Property Value
Type | Description |
---|---|
bool |
SuspendedSpecified
Defines the serialization for the property Suspended.
Declaration
public bool SuspendedSpecified { get; }
Property Value
Type | Description |
---|---|
bool |
User
Gets or sets the user for the subscription.
Declaration
public UpdateSubscriptionRequest.SubcriptionType.UserType? User { get; set; }
Property Value
Type | Description |
---|---|
UpdateSubscriptionRequest.SubcriptionType.UserType |