GoogleApi.APIKeys.V2.Model.V2CloneKeyRequest (google_api_api_keys v0.2.1) View Source
Request message for CloneKey
method.
Attributes
-
keyId
(type:String.t
, default:nil
) - User specified key id (optional). If specified, it will become the final component of the key resource name. The id must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. In another word, the id must match the regular expression:[a-z]([a-z0-9-]{0,61}[a-z0-9])?
. The id must NOT be a UUID-like string.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.APIKeys.V2.Model.V2CloneKeyRequest{keyId: String.t() | nil}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.