Name | Type | Description | Notes |
---|---|---|---|
Approvals | Pointer to []AppApproval | [optional] | |
Fields | Pointer to ProtobufFieldMask | Field Mask. | [optional] |
func NewAppApprovalsReplaceRequest() *AppApprovalsReplaceRequest
NewAppApprovalsReplaceRequest instantiates a new AppApprovalsReplaceRequest 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 NewAppApprovalsReplaceRequestWithDefaults() *AppApprovalsReplaceRequest
NewAppApprovalsReplaceRequestWithDefaults instantiates a new AppApprovalsReplaceRequest 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 *AppApprovalsReplaceRequest) GetApprovals() []AppApproval
GetApprovals returns the Approvals field if non-nil, zero value otherwise.
func (o *AppApprovalsReplaceRequest) GetApprovalsOk() (*[]AppApproval, bool)
GetApprovalsOk returns a tuple with the Approvals field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppApprovalsReplaceRequest) SetApprovals(v []AppApproval)
SetApprovals sets Approvals field to given value.
func (o *AppApprovalsReplaceRequest) HasApprovals() bool
HasApprovals returns a boolean if a field has been set.
func (o *AppApprovalsReplaceRequest) GetFields() ProtobufFieldMask
GetFields returns the Fields field if non-nil, zero value otherwise.
func (o *AppApprovalsReplaceRequest) GetFieldsOk() (*ProtobufFieldMask, bool)
GetFieldsOk returns a tuple with the Fields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AppApprovalsReplaceRequest) SetFields(v ProtobufFieldMask)
SetFields sets Fields field to given value.
func (o *AppApprovalsReplaceRequest) HasFields() bool
HasFields returns a boolean if a field has been set.