Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.42 KB

File metadata and controls

72 lines (39 loc) · 2.42 KB

ResourceRemoteInfoGcpBigQueryDataset

Properties

Name Type Description Notes
ProjectId string The id of the project the dataset is in.
DatasetId string The id of the dataset.

Methods

NewResourceRemoteInfoGcpBigQueryDataset

func NewResourceRemoteInfoGcpBigQueryDataset(projectId string, datasetId string, ) *ResourceRemoteInfoGcpBigQueryDataset

NewResourceRemoteInfoGcpBigQueryDataset instantiates a new ResourceRemoteInfoGcpBigQueryDataset 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

NewResourceRemoteInfoGcpBigQueryDatasetWithDefaults

func NewResourceRemoteInfoGcpBigQueryDatasetWithDefaults() *ResourceRemoteInfoGcpBigQueryDataset

NewResourceRemoteInfoGcpBigQueryDatasetWithDefaults instantiates a new ResourceRemoteInfoGcpBigQueryDataset 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

GetProjectId

func (o *ResourceRemoteInfoGcpBigQueryDataset) GetProjectId() string

GetProjectId returns the ProjectId field if non-nil, zero value otherwise.

GetProjectIdOk

func (o *ResourceRemoteInfoGcpBigQueryDataset) GetProjectIdOk() (*string, bool)

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

SetProjectId

func (o *ResourceRemoteInfoGcpBigQueryDataset) SetProjectId(v string)

SetProjectId sets ProjectId field to given value.

GetDatasetId

func (o *ResourceRemoteInfoGcpBigQueryDataset) GetDatasetId() string

GetDatasetId returns the DatasetId field if non-nil, zero value otherwise.

GetDatasetIdOk

func (o *ResourceRemoteInfoGcpBigQueryDataset) GetDatasetIdOk() (*string, bool)

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

SetDatasetId

func (o *ResourceRemoteInfoGcpBigQueryDataset) SetDatasetId(v string)

SetDatasetId sets DatasetId field to given value.

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