Name | Type | Description | Notes |
---|---|---|---|
Url | string | ||
CaData | Pointer to NullableString | [optional] |
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
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
func (o *AppPlatform) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *AppPlatform) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *AppPlatform) GetCaData() string
GetCaData returns the CaData field if non-nil, zero value otherwise.
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.
func (o *AppPlatform) SetCaData(v string)
SetCaData sets CaData field to given value.
func (o *AppPlatform) HasCaData() bool
HasCaData returns a boolean if a field has been set.
func (o *AppPlatform) SetCaDataNil(b bool)
SetCaDataNil sets the value for CaData to be an explicit nil
func (o *AppPlatform) UnsetCaData()
UnsetCaData ensures that no value is present for CaData, not even an explicit nil