| Name | Type | Description | Notes |
|---|---|---|---|
| BucketId | string | The id of the bucket. |
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
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
func (o *ResourceRemoteInfoGcpBucket) GetBucketId() string
GetBucketId returns the BucketId field if non-nil, zero value otherwise.
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.
func (o *ResourceRemoteInfoGcpBucket) SetBucketId(v string)
SetBucketId sets BucketId field to given value.