Name | Type | Description | Notes |
---|---|---|---|
FallbackURL | Pointer to string | A fallback URL that will be used if authentication fails. | [optional] |
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
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
func (o *RequestUpdateContentPublishingAuth) GetFallbackURL() string
GetFallbackURL returns the FallbackURL field if non-nil, zero value otherwise.
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.
func (o *RequestUpdateContentPublishingAuth) SetFallbackURL(v string)
SetFallbackURL sets FallbackURL field to given value.
func (o *RequestUpdateContentPublishingAuth) HasFallbackURL() bool
HasFallbackURL returns a boolean if a field has been set.