Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.7 KB

InetMetadata.md

File metadata and controls

134 lines (73 loc) · 3.7 KB

InetMetadata

Properties

Name Type Description Notes
GatewayId Pointer to string [optional]
LastUpdate Pointer to string [optional]
RemoteAddress Pointer to string [optional]
CertificateSerial Pointer to string [optional]

Methods

NewInetMetadata

func NewInetMetadata() *InetMetadata

NewInetMetadata instantiates a new InetMetadata 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

NewInetMetadataWithDefaults

func NewInetMetadataWithDefaults() *InetMetadata

NewInetMetadataWithDefaults instantiates a new InetMetadata 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

GetGatewayId

func (o *InetMetadata) GetGatewayId() string

GetGatewayId returns the GatewayId field if non-nil, zero value otherwise.

GetGatewayIdOk

func (o *InetMetadata) GetGatewayIdOk() (*string, bool)

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

SetGatewayId

func (o *InetMetadata) SetGatewayId(v string)

SetGatewayId sets GatewayId field to given value.

HasGatewayId

func (o *InetMetadata) HasGatewayId() bool

HasGatewayId returns a boolean if a field has been set.

GetLastUpdate

func (o *InetMetadata) GetLastUpdate() string

GetLastUpdate returns the LastUpdate field if non-nil, zero value otherwise.

GetLastUpdateOk

func (o *InetMetadata) GetLastUpdateOk() (*string, bool)

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

SetLastUpdate

func (o *InetMetadata) SetLastUpdate(v string)

SetLastUpdate sets LastUpdate field to given value.

HasLastUpdate

func (o *InetMetadata) HasLastUpdate() bool

HasLastUpdate returns a boolean if a field has been set.

GetRemoteAddress

func (o *InetMetadata) GetRemoteAddress() string

GetRemoteAddress returns the RemoteAddress field if non-nil, zero value otherwise.

GetRemoteAddressOk

func (o *InetMetadata) GetRemoteAddressOk() (*string, bool)

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

SetRemoteAddress

func (o *InetMetadata) SetRemoteAddress(v string)

SetRemoteAddress sets RemoteAddress field to given value.

HasRemoteAddress

func (o *InetMetadata) HasRemoteAddress() bool

HasRemoteAddress returns a boolean if a field has been set.

GetCertificateSerial

func (o *InetMetadata) GetCertificateSerial() string

GetCertificateSerial returns the CertificateSerial field if non-nil, zero value otherwise.

GetCertificateSerialOk

func (o *InetMetadata) GetCertificateSerialOk() (*string, bool)

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

SetCertificateSerial

func (o *InetMetadata) SetCertificateSerial(v string)

SetCertificateSerial sets CertificateSerial field to given value.

HasCertificateSerial

func (o *InetMetadata) HasCertificateSerial() bool

HasCertificateSerial returns a boolean if a field has been set.

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