Name | Type | Description | Notes |
---|---|---|---|
MembershipExpirationDate | Pointer to int64 | [optional] | |
Permissions | map[string]bool |
func NewUpdateSafeMemberRequestBody(permissions map[string]bool, ) *UpdateSafeMemberRequestBody
NewUpdateSafeMemberRequestBody instantiates a new UpdateSafeMemberRequestBody 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 NewUpdateSafeMemberRequestBodyWithDefaults() *UpdateSafeMemberRequestBody
NewUpdateSafeMemberRequestBodyWithDefaults instantiates a new UpdateSafeMemberRequestBody 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 *UpdateSafeMemberRequestBody) GetMembershipExpirationDate() int64
GetMembershipExpirationDate returns the MembershipExpirationDate field if non-nil, zero value otherwise.
func (o *UpdateSafeMemberRequestBody) GetMembershipExpirationDateOk() (*int64, bool)
GetMembershipExpirationDateOk returns a tuple with the MembershipExpirationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSafeMemberRequestBody) SetMembershipExpirationDate(v int64)
SetMembershipExpirationDate sets MembershipExpirationDate field to given value.
func (o *UpdateSafeMemberRequestBody) HasMembershipExpirationDate() bool
HasMembershipExpirationDate returns a boolean if a field has been set.
func (o *UpdateSafeMemberRequestBody) GetPermissions() map[string]bool
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *UpdateSafeMemberRequestBody) GetPermissionsOk() (*map[string]bool, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSafeMemberRequestBody) SetPermissions(v map[string]bool)
SetPermissions sets Permissions field to given value.