Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 2.2 KB

AppPlatform.md

File metadata and controls

87 lines (48 loc) · 2.2 KB

AppPlatform

Properties

Name Type Description Notes
Url string
CaData Pointer to NullableString [optional]

Methods

NewAppPlatform

func NewAppPlatform(url string, ) *AppPlatform

NewAppPlatform instantiates a new AppPlatform 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

NewAppPlatformWithDefaults

func NewAppPlatformWithDefaults() *AppPlatform

NewAppPlatformWithDefaults instantiates a new AppPlatform 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

GetUrl

func (o *AppPlatform) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *AppPlatform) GetUrlOk() (*string, 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 *AppPlatform) SetUrl(v string)

SetUrl sets Url field to given value.

GetCaData

func (o *AppPlatform) GetCaData() string

GetCaData returns the CaData field if non-nil, zero value otherwise.

GetCaDataOk

func (o *AppPlatform) GetCaDataOk() (*string, bool)

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

SetCaData

func (o *AppPlatform) SetCaData(v string)

SetCaData sets CaData field to given value.

HasCaData

func (o *AppPlatform) HasCaData() bool

HasCaData returns a boolean if a field has been set.

SetCaDataNil

func (o *AppPlatform) SetCaDataNil(b bool)

SetCaDataNil sets the value for CaData to be an explicit nil

UnsetCaData

func (o *AppPlatform) UnsetCaData()

UnsetCaData ensures that no value is present for CaData, not even an explicit nil

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