Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.97 KB

RequestUpdateContentPublishingAuth.md

File metadata and controls

56 lines (31 loc) · 1.97 KB

RequestUpdateContentPublishingAuth

Properties

Name Type Description Notes
FallbackURL Pointer to string A fallback URL that will be used if authentication fails. [optional]

Methods

NewRequestUpdateContentPublishingAuth

func NewRequestUpdateContentPublishingAuth() *RequestUpdateContentPublishingAuth

NewRequestUpdateContentPublishingAuth instantiates a new RequestUpdateContentPublishingAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewRequestUpdateContentPublishingAuthWithDefaults

func NewRequestUpdateContentPublishingAuthWithDefaults() *RequestUpdateContentPublishingAuth

NewRequestUpdateContentPublishingAuthWithDefaults instantiates a new RequestUpdateContentPublishingAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetFallbackURL

func (o *RequestUpdateContentPublishingAuth) GetFallbackURL() string

GetFallbackURL returns the FallbackURL field if non-nil, zero value otherwise.

GetFallbackURLOk

func (o *RequestUpdateContentPublishingAuth) GetFallbackURLOk() (*string, bool)

GetFallbackURLOk returns a tuple with the FallbackURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFallbackURL

func (o *RequestUpdateContentPublishingAuth) SetFallbackURL(v string)

SetFallbackURL sets FallbackURL field to given value.

HasFallbackURL

func (o *RequestUpdateContentPublishingAuth) HasFallbackURL() bool

HasFallbackURL returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]