Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.74 KB

PostgresqlPgUpdateRemoteAccessRequest.md

File metadata and controls

82 lines (45 loc) · 2.74 KB

PostgresqlPgUpdateRemoteAccessRequest

Properties

Name Type Description Notes
ServiceId Pointer to string [optional]
SubnetAddress Pointer to []string [optional]

Methods

NewPostgresqlPgUpdateRemoteAccessRequest

func NewPostgresqlPgUpdateRemoteAccessRequest() *PostgresqlPgUpdateRemoteAccessRequest

NewPostgresqlPgUpdateRemoteAccessRequest instantiates a new PostgresqlPgUpdateRemoteAccessRequest 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

NewPostgresqlPgUpdateRemoteAccessRequestWithDefaults

func NewPostgresqlPgUpdateRemoteAccessRequestWithDefaults() *PostgresqlPgUpdateRemoteAccessRequest

NewPostgresqlPgUpdateRemoteAccessRequestWithDefaults instantiates a new PostgresqlPgUpdateRemoteAccessRequest 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

GetServiceId

func (o *PostgresqlPgUpdateRemoteAccessRequest) GetServiceId() string

GetServiceId returns the ServiceId field if non-nil, zero value otherwise.

GetServiceIdOk

func (o *PostgresqlPgUpdateRemoteAccessRequest) GetServiceIdOk() (*string, bool)

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

SetServiceId

func (o *PostgresqlPgUpdateRemoteAccessRequest) SetServiceId(v string)

SetServiceId sets ServiceId field to given value.

HasServiceId

func (o *PostgresqlPgUpdateRemoteAccessRequest) HasServiceId() bool

HasServiceId returns a boolean if a field has been set.

GetSubnetAddress

func (o *PostgresqlPgUpdateRemoteAccessRequest) GetSubnetAddress() []string

GetSubnetAddress returns the SubnetAddress field if non-nil, zero value otherwise.

GetSubnetAddressOk

func (o *PostgresqlPgUpdateRemoteAccessRequest) GetSubnetAddressOk() (*[]string, bool)

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

SetSubnetAddress

func (o *PostgresqlPgUpdateRemoteAccessRequest) SetSubnetAddress(v []string)

SetSubnetAddress sets SubnetAddress field to given value.

HasSubnetAddress

func (o *PostgresqlPgUpdateRemoteAccessRequest) HasSubnetAddress() bool

HasSubnetAddress returns a boolean if a field has been set.

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