Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.65 KB

File metadata and controls

51 lines (28 loc) · 1.65 KB

ResourceRemoteInfoGcpBucket

Properties

Name Type Description Notes
BucketId string The id of the bucket.

Methods

NewResourceRemoteInfoGcpBucket

func NewResourceRemoteInfoGcpBucket(bucketId string, ) *ResourceRemoteInfoGcpBucket

NewResourceRemoteInfoGcpBucket instantiates a new ResourceRemoteInfoGcpBucket 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

NewResourceRemoteInfoGcpBucketWithDefaults

func NewResourceRemoteInfoGcpBucketWithDefaults() *ResourceRemoteInfoGcpBucket

NewResourceRemoteInfoGcpBucketWithDefaults instantiates a new ResourceRemoteInfoGcpBucket 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

GetBucketId

func (o *ResourceRemoteInfoGcpBucket) GetBucketId() string

GetBucketId returns the BucketId field if non-nil, zero value otherwise.

GetBucketIdOk

func (o *ResourceRemoteInfoGcpBucket) GetBucketIdOk() (*string, bool)

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

SetBucketId

func (o *ResourceRemoteInfoGcpBucket) SetBucketId(v string)

SetBucketId sets BucketId field to given value.

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