Skip to content

Latest commit

 

History

History
207 lines (112 loc) · 5.89 KB

DataSourcePermissionCRUDVM.md

File metadata and controls

207 lines (112 loc) · 5.89 KB

DataSourcePermissionCRUDVM

Properties

Name Type Description Notes
Create Pointer to DataSourceCreate [optional]
Delete Pointer to DataSourceDelete [optional]
Execute Pointer to DataSourceExecute [optional]
Get Pointer to DataSourceGet [optional]
Update Pointer to DataSourceUpdate [optional]
Administrate Pointer to DataSourceAdministrate [optional]
T string

Methods

NewDataSourcePermissionCRUDVM

func NewDataSourcePermissionCRUDVM(t string, ) *DataSourcePermissionCRUDVM

NewDataSourcePermissionCRUDVM instantiates a new DataSourcePermissionCRUDVM 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

NewDataSourcePermissionCRUDVMWithDefaults

func NewDataSourcePermissionCRUDVMWithDefaults() *DataSourcePermissionCRUDVM

NewDataSourcePermissionCRUDVMWithDefaults instantiates a new DataSourcePermissionCRUDVM 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

GetCreate

func (o *DataSourcePermissionCRUDVM) GetCreate() DataSourceCreate

GetCreate returns the Create field if non-nil, zero value otherwise.

GetCreateOk

func (o *DataSourcePermissionCRUDVM) GetCreateOk() (*DataSourceCreate, bool)

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

SetCreate

func (o *DataSourcePermissionCRUDVM) SetCreate(v DataSourceCreate)

SetCreate sets Create field to given value.

HasCreate

func (o *DataSourcePermissionCRUDVM) HasCreate() bool

HasCreate returns a boolean if a field has been set.

GetDelete

func (o *DataSourcePermissionCRUDVM) GetDelete() DataSourceDelete

GetDelete returns the Delete field if non-nil, zero value otherwise.

GetDeleteOk

func (o *DataSourcePermissionCRUDVM) GetDeleteOk() (*DataSourceDelete, bool)

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

SetDelete

func (o *DataSourcePermissionCRUDVM) SetDelete(v DataSourceDelete)

SetDelete sets Delete field to given value.

HasDelete

func (o *DataSourcePermissionCRUDVM) HasDelete() bool

HasDelete returns a boolean if a field has been set.

GetExecute

func (o *DataSourcePermissionCRUDVM) GetExecute() DataSourceExecute

GetExecute returns the Execute field if non-nil, zero value otherwise.

GetExecuteOk

func (o *DataSourcePermissionCRUDVM) GetExecuteOk() (*DataSourceExecute, bool)

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

SetExecute

func (o *DataSourcePermissionCRUDVM) SetExecute(v DataSourceExecute)

SetExecute sets Execute field to given value.

HasExecute

func (o *DataSourcePermissionCRUDVM) HasExecute() bool

HasExecute returns a boolean if a field has been set.

GetGet

func (o *DataSourcePermissionCRUDVM) GetGet() DataSourceGet

GetGet returns the Get field if non-nil, zero value otherwise.

GetGetOk

func (o *DataSourcePermissionCRUDVM) GetGetOk() (*DataSourceGet, bool)

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

SetGet

func (o *DataSourcePermissionCRUDVM) SetGet(v DataSourceGet)

SetGet sets Get field to given value.

HasGet

func (o *DataSourcePermissionCRUDVM) HasGet() bool

HasGet returns a boolean if a field has been set.

GetUpdate

func (o *DataSourcePermissionCRUDVM) GetUpdate() DataSourceUpdate

GetUpdate returns the Update field if non-nil, zero value otherwise.

GetUpdateOk

func (o *DataSourcePermissionCRUDVM) GetUpdateOk() (*DataSourceUpdate, bool)

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

SetUpdate

func (o *DataSourcePermissionCRUDVM) SetUpdate(v DataSourceUpdate)

SetUpdate sets Update field to given value.

HasUpdate

func (o *DataSourcePermissionCRUDVM) HasUpdate() bool

HasUpdate returns a boolean if a field has been set.

GetAdministrate

func (o *DataSourcePermissionCRUDVM) GetAdministrate() DataSourceAdministrate

GetAdministrate returns the Administrate field if non-nil, zero value otherwise.

GetAdministrateOk

func (o *DataSourcePermissionCRUDVM) GetAdministrateOk() (*DataSourceAdministrate, bool)

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

SetAdministrate

func (o *DataSourcePermissionCRUDVM) SetAdministrate(v DataSourceAdministrate)

SetAdministrate sets Administrate field to given value.

HasAdministrate

func (o *DataSourcePermissionCRUDVM) HasAdministrate() bool

HasAdministrate returns a boolean if a field has been set.

GetT

func (o *DataSourcePermissionCRUDVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

func (o *DataSourcePermissionCRUDVM) GetTOk() (*string, bool)

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

SetT

func (o *DataSourcePermissionCRUDVM) SetT(v string)

SetT sets T field to given value.

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