Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.65 KB

ResourceRemoteInfoGcpFolder.md

File metadata and controls

51 lines (28 loc) · 1.65 KB

ResourceRemoteInfoGcpFolder

Properties

Name Type Description Notes
FolderId string The id of the folder.

Methods

NewResourceRemoteInfoGcpFolder

func NewResourceRemoteInfoGcpFolder(folderId string, ) *ResourceRemoteInfoGcpFolder

NewResourceRemoteInfoGcpFolder instantiates a new ResourceRemoteInfoGcpFolder 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

NewResourceRemoteInfoGcpFolderWithDefaults

func NewResourceRemoteInfoGcpFolderWithDefaults() *ResourceRemoteInfoGcpFolder

NewResourceRemoteInfoGcpFolderWithDefaults instantiates a new ResourceRemoteInfoGcpFolder 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

GetFolderId

func (o *ResourceRemoteInfoGcpFolder) GetFolderId() string

GetFolderId returns the FolderId field if non-nil, zero value otherwise.

GetFolderIdOk

func (o *ResourceRemoteInfoGcpFolder) GetFolderIdOk() (*string, bool)

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

SetFolderId

func (o *ResourceRemoteInfoGcpFolder) SetFolderId(v string)

SetFolderId sets FolderId field to given value.

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