|
| 1 | +# PermissionsRevokePost200ResponseDataInnerAnyOf1 |
| 2 | + |
| 3 | +## Properties |
| 4 | + |
| 5 | +Name | Type | Description | Notes |
| 6 | +------------ | ------------- | ------------- | ------------- |
| 7 | +**Type** | **string** | | |
| 8 | +**Id** | **string** | The app ID. | |
| 9 | +**AccessLevel** | **string** | The access level of the app | |
| 10 | + |
| 11 | +## Methods |
| 12 | + |
| 13 | +### NewPermissionsRevokePost200ResponseDataInnerAnyOf1 |
| 14 | + |
| 15 | +`func NewPermissionsRevokePost200ResponseDataInnerAnyOf1(type_ string, id string, accessLevel string, ) *PermissionsRevokePost200ResponseDataInnerAnyOf1` |
| 16 | + |
| 17 | +NewPermissionsRevokePost200ResponseDataInnerAnyOf1 instantiates a new PermissionsRevokePost200ResponseDataInnerAnyOf1 object |
| 18 | +This constructor will assign default values to properties that have it defined, |
| 19 | +and makes sure properties required by API are set, but the set of arguments |
| 20 | +will change when the set of required properties is changed |
| 21 | + |
| 22 | +### NewPermissionsRevokePost200ResponseDataInnerAnyOf1WithDefaults |
| 23 | + |
| 24 | +`func NewPermissionsRevokePost200ResponseDataInnerAnyOf1WithDefaults() *PermissionsRevokePost200ResponseDataInnerAnyOf1` |
| 25 | + |
| 26 | +NewPermissionsRevokePost200ResponseDataInnerAnyOf1WithDefaults instantiates a new PermissionsRevokePost200ResponseDataInnerAnyOf1 object |
| 27 | +This constructor will only assign default values to properties that have it defined, |
| 28 | +but it doesn't guarantee that properties required by API are set |
| 29 | + |
| 30 | +### GetType |
| 31 | + |
| 32 | +`func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetType() string` |
| 33 | + |
| 34 | +GetType returns the Type field if non-nil, zero value otherwise. |
| 35 | + |
| 36 | +### GetTypeOk |
| 37 | + |
| 38 | +`func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetTypeOk() (*string, bool)` |
| 39 | + |
| 40 | +GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise |
| 41 | +and a boolean to check if the value has been set. |
| 42 | + |
| 43 | +### SetType |
| 44 | + |
| 45 | +`func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) SetType(v string)` |
| 46 | + |
| 47 | +SetType sets Type field to given value. |
| 48 | + |
| 49 | + |
| 50 | +### GetId |
| 51 | + |
| 52 | +`func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetId() string` |
| 53 | + |
| 54 | +GetId returns the Id field if non-nil, zero value otherwise. |
| 55 | + |
| 56 | +### GetIdOk |
| 57 | + |
| 58 | +`func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetIdOk() (*string, bool)` |
| 59 | + |
| 60 | +GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise |
| 61 | +and a boolean to check if the value has been set. |
| 62 | + |
| 63 | +### SetId |
| 64 | + |
| 65 | +`func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) SetId(v string)` |
| 66 | + |
| 67 | +SetId sets Id field to given value. |
| 68 | + |
| 69 | + |
| 70 | +### GetAccessLevel |
| 71 | + |
| 72 | +`func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetAccessLevel() string` |
| 73 | + |
| 74 | +GetAccessLevel returns the AccessLevel field if non-nil, zero value otherwise. |
| 75 | + |
| 76 | +### GetAccessLevelOk |
| 77 | + |
| 78 | +`func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) GetAccessLevelOk() (*string, bool)` |
| 79 | + |
| 80 | +GetAccessLevelOk returns a tuple with the AccessLevel field if it's non-nil, zero value otherwise |
| 81 | +and a boolean to check if the value has been set. |
| 82 | + |
| 83 | +### SetAccessLevel |
| 84 | + |
| 85 | +`func (o *PermissionsRevokePost200ResponseDataInnerAnyOf1) SetAccessLevel(v string)` |
| 86 | + |
| 87 | +SetAccessLevel sets AccessLevel field to given value. |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| 92 | + |
| 93 | + |
0 commit comments