Name | Type | Description | Notes |
---|---|---|---|
App | string | URL in the application for the revision | |
Published | Pointer to string | URL of the published version of the revision. Only defined when the space visibility is not "private." | [optional] |
Public | Pointer to string | URL of the public version of the revision. Only defined when the space visibility is "public". | [optional] |
func NewRevisionBaseUrls(app string, ) *RevisionBaseUrls
NewRevisionBaseUrls instantiates a new RevisionBaseUrls 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 NewRevisionBaseUrlsWithDefaults() *RevisionBaseUrls
NewRevisionBaseUrlsWithDefaults instantiates a new RevisionBaseUrls 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 *RevisionBaseUrls) GetApp() string
GetApp returns the App field if non-nil, zero value otherwise.
func (o *RevisionBaseUrls) GetAppOk() (*string, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RevisionBaseUrls) SetApp(v string)
SetApp sets App field to given value.
func (o *RevisionBaseUrls) GetPublished() string
GetPublished returns the Published field if non-nil, zero value otherwise.
func (o *RevisionBaseUrls) GetPublishedOk() (*string, bool)
GetPublishedOk returns a tuple with the Published field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RevisionBaseUrls) SetPublished(v string)
SetPublished sets Published field to given value.
func (o *RevisionBaseUrls) HasPublished() bool
HasPublished returns a boolean if a field has been set.
func (o *RevisionBaseUrls) GetPublic() string
GetPublic returns the Public field if non-nil, zero value otherwise.
func (o *RevisionBaseUrls) GetPublicOk() (*string, bool)
GetPublicOk returns a tuple with the Public field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RevisionBaseUrls) SetPublic(v string)
SetPublic sets Public field to given value.
func (o *RevisionBaseUrls) HasPublic() bool
HasPublic returns a boolean if a field has been set.