GoogleApi.CloudResourceManager.V1.Model.CreateFolderMetadata (google_api_cloud_resource_manager v0.39.0) View Source

Metadata pertaining to the Folder creation process.

Attributes

  • displayName (type: String.t, default: nil) - The display name of the folder.
  • parent (type: String.t, default: nil) - The resource name of the folder or organization we are creating the folder under.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudResourceManager.V1.Model.CreateFolderMetadata{
  displayName: String.t() | nil,
  parent: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.