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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.