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