2.6 KiB
Location
Properties
Name | Type | Description | Notes |
---|---|---|---|
PublicUrl | Pointer to interface{} | [optional] | |
Url | Pointer to interface{} | [optional] |
Methods
NewLocation
func NewLocation() *Location
NewLocation instantiates a new Location 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
NewLocationWithDefaults
func NewLocationWithDefaults() *Location
NewLocationWithDefaults instantiates a new Location 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
GetPublicUrl
func (o *Location) GetPublicUrl() interface{}
GetPublicUrl returns the PublicUrl field if non-nil, zero value otherwise.
GetPublicUrlOk
func (o *Location) GetPublicUrlOk() (*interface{}, bool)
GetPublicUrlOk returns a tuple with the PublicUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPublicUrl
func (o *Location) SetPublicUrl(v interface{})
SetPublicUrl sets PublicUrl field to given value.
HasPublicUrl
func (o *Location) HasPublicUrl() bool
HasPublicUrl returns a boolean if a field has been set.
SetPublicUrlNil
func (o *Location) SetPublicUrlNil(b bool)
SetPublicUrlNil sets the value for PublicUrl to be an explicit nil
UnsetPublicUrl
func (o *Location) UnsetPublicUrl()
UnsetPublicUrl ensures that no value is present for PublicUrl, not even an explicit nil
GetUrl
func (o *Location) GetUrl() interface{}
GetUrl returns the Url field if non-nil, zero value otherwise.
GetUrlOk
func (o *Location) GetUrlOk() (*interface{}, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUrl
func (o *Location) SetUrl(v interface{})
SetUrl sets Url field to given value.
HasUrl
func (o *Location) HasUrl() bool
HasUrl returns a boolean if a field has been set.
SetUrlNil
func (o *Location) SetUrlNil(b bool)
SetUrlNil sets the value for Url to be an explicit nil
UnsetUrl
func (o *Location) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil