Skip to content

Latest commit

 

History

History
210 lines (117 loc) · 8.04 KB

File metadata and controls

210 lines (117 loc) · 8.04 KB

CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel

Properties

Name Type Description Notes
StorePath Pointer to NullableString [optional]
AgentPool Pointer to NullableString [optional]
IPAddress Pointer to NullableString [optional]
Port Pointer to NullableInt32 [optional]
NetworkName Pointer to NullableString [optional]

Methods

NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel

func NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel() *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel

NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel instantiates a new CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel 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

NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModelWithDefaults

func NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModelWithDefaults() *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel

NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModelWithDefaults instantiates a new CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel 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

GetStorePath

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetStorePath() string

GetStorePath returns the StorePath field if non-nil, zero value otherwise.

GetStorePathOk

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetStorePathOk() (*string, bool)

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

SetStorePath

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetStorePath(v string)

SetStorePath sets StorePath field to given value.

HasStorePath

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasStorePath() bool

HasStorePath returns a boolean if a field has been set.

SetStorePathNil

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetStorePathNil(b bool)

SetStorePathNil sets the value for StorePath to be an explicit nil

UnsetStorePath

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) UnsetStorePath()

UnsetStorePath ensures that no value is present for StorePath, not even an explicit nil

GetAgentPool

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetAgentPool() string

GetAgentPool returns the AgentPool field if non-nil, zero value otherwise.

GetAgentPoolOk

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetAgentPoolOk() (*string, bool)

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

SetAgentPool

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetAgentPool(v string)

SetAgentPool sets AgentPool field to given value.

HasAgentPool

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasAgentPool() bool

HasAgentPool returns a boolean if a field has been set.

SetAgentPoolNil

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetAgentPoolNil(b bool)

SetAgentPoolNil sets the value for AgentPool to be an explicit nil

UnsetAgentPool

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) UnsetAgentPool()

UnsetAgentPool ensures that no value is present for AgentPool, not even an explicit nil

GetIPAddress

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetIPAddress() string

GetIPAddress returns the IPAddress field if non-nil, zero value otherwise.

GetIPAddressOk

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetIPAddressOk() (*string, bool)

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

SetIPAddress

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetIPAddress(v string)

SetIPAddress sets IPAddress field to given value.

HasIPAddress

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasIPAddress() bool

HasIPAddress returns a boolean if a field has been set.

SetIPAddressNil

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetIPAddressNil(b bool)

SetIPAddressNil sets the value for IPAddress to be an explicit nil

UnsetIPAddress

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) UnsetIPAddress()

UnsetIPAddress ensures that no value is present for IPAddress, not even an explicit nil

GetPort

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetPort() int32

GetPort returns the Port field if non-nil, zero value otherwise.

GetPortOk

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetPortOk() (*int32, bool)

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

SetPort

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetPort(v int32)

SetPort sets Port field to given value.

HasPort

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasPort() bool

HasPort returns a boolean if a field has been set.

SetPortNil

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetPortNil(b bool)

SetPortNil sets the value for Port to be an explicit nil

UnsetPort

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) UnsetPort()

UnsetPort ensures that no value is present for Port, not even an explicit nil

GetNetworkName

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetNetworkName() string

GetNetworkName returns the NetworkName field if non-nil, zero value otherwise.

GetNetworkNameOk

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetNetworkNameOk() (*string, bool)

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

SetNetworkName

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetNetworkName(v string)

SetNetworkName sets NetworkName field to given value.

HasNetworkName

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasNetworkName() bool

HasNetworkName returns a boolean if a field has been set.

SetNetworkNameNil

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetNetworkNameNil(b bool)

SetNetworkNameNil sets the value for NetworkName to be an explicit nil

UnsetNetworkName

func (o *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) UnsetNetworkName()

UnsetNetworkName ensures that no value is present for NetworkName, not even an explicit nil

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