Name | Type | Description | Notes |
---|---|---|---|
Pointer to NullableString | The email of the user. | [optional] | |
UserId | Pointer to NullableString | The user ID. | [optional] |
func NewDeleteSnapshotPermissionsRequestPayload() *DeleteSnapshotPermissionsRequestPayload
NewDeleteSnapshotPermissionsRequestPayload instantiates a new DeleteSnapshotPermissionsRequestPayload 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 NewDeleteSnapshotPermissionsRequestPayloadWithDefaults() *DeleteSnapshotPermissionsRequestPayload
NewDeleteSnapshotPermissionsRequestPayloadWithDefaults instantiates a new DeleteSnapshotPermissionsRequestPayload 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 *DeleteSnapshotPermissionsRequestPayload) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *DeleteSnapshotPermissionsRequestPayload) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteSnapshotPermissionsRequestPayload) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *DeleteSnapshotPermissionsRequestPayload) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *DeleteSnapshotPermissionsRequestPayload) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *DeleteSnapshotPermissionsRequestPayload) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil
func (o *DeleteSnapshotPermissionsRequestPayload) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *DeleteSnapshotPermissionsRequestPayload) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteSnapshotPermissionsRequestPayload) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *DeleteSnapshotPermissionsRequestPayload) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *DeleteSnapshotPermissionsRequestPayload) SetUserIdNil(b bool)
SetUserIdNil sets the value for UserId to be an explicit nil
func (o *DeleteSnapshotPermissionsRequestPayload) UnsetUserId()
UnsetUserId ensures that no value is present for UserId, not even an explicit nil