Name | Type | Description | Notes |
---|---|---|---|
PkiDomainID | int32 | The unique ID of the Domain | |
SDomainName | string | The name of the Domain |
func NewDomainListElement(pkiDomainID int32, sDomainName string, ) *DomainListElement
NewDomainListElement instantiates a new DomainListElement 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 NewDomainListElementWithDefaults() *DomainListElement
NewDomainListElementWithDefaults instantiates a new DomainListElement 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 *DomainListElement) GetPkiDomainID() int32
GetPkiDomainID returns the PkiDomainID field if non-nil, zero value otherwise.
func (o *DomainListElement) GetPkiDomainIDOk() (*int32, bool)
GetPkiDomainIDOk returns a tuple with the PkiDomainID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainListElement) SetPkiDomainID(v int32)
SetPkiDomainID sets PkiDomainID field to given value.
func (o *DomainListElement) GetSDomainName() string
GetSDomainName returns the SDomainName field if non-nil, zero value otherwise.
func (o *DomainListElement) GetSDomainNameOk() (*string, bool)
GetSDomainNameOk returns a tuple with the SDomainName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainListElement) SetSDomainName(v string)
SetSDomainName sets SDomainName field to given value.