Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.59 KB

DeploymentNeonPostgresDatabaseInfoRole.md

File metadata and controls

82 lines (45 loc) · 2.59 KB

DeploymentNeonPostgresDatabaseInfoRole

Properties

Name Type Description Notes
Name Pointer to string [optional]
SecretId Pointer to string [optional]

Methods

NewDeploymentNeonPostgresDatabaseInfoRole

func NewDeploymentNeonPostgresDatabaseInfoRole() *DeploymentNeonPostgresDatabaseInfoRole

NewDeploymentNeonPostgresDatabaseInfoRole instantiates a new DeploymentNeonPostgresDatabaseInfoRole 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

NewDeploymentNeonPostgresDatabaseInfoRoleWithDefaults

func NewDeploymentNeonPostgresDatabaseInfoRoleWithDefaults() *DeploymentNeonPostgresDatabaseInfoRole

NewDeploymentNeonPostgresDatabaseInfoRoleWithDefaults instantiates a new DeploymentNeonPostgresDatabaseInfoRole 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

GetName

func (o *DeploymentNeonPostgresDatabaseInfoRole) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *DeploymentNeonPostgresDatabaseInfoRole) GetNameOk() (*string, bool)

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

SetName

func (o *DeploymentNeonPostgresDatabaseInfoRole) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *DeploymentNeonPostgresDatabaseInfoRole) HasName() bool

HasName returns a boolean if a field has been set.

GetSecretId

func (o *DeploymentNeonPostgresDatabaseInfoRole) GetSecretId() string

GetSecretId returns the SecretId field if non-nil, zero value otherwise.

GetSecretIdOk

func (o *DeploymentNeonPostgresDatabaseInfoRole) GetSecretIdOk() (*string, bool)

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

SetSecretId

func (o *DeploymentNeonPostgresDatabaseInfoRole) SetSecretId(v string)

SetSecretId sets SecretId field to given value.

HasSecretId

func (o *DeploymentNeonPostgresDatabaseInfoRole) HasSecretId() bool

HasSecretId returns a boolean if a field has been set.

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