google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomRegistrationField View Source

Attributes

  • active (type: boolean(), default: nil) - Boolean flag that specifies whether the field is enabled.
  • fieldName (type: String.t, default: nil) - Name of the custom field.
  • fieldType (type: String.t, default: nil) - Type of custom registration field.
  • required (type: boolean(), default: nil) - Boolean flag that specifies whether the field is required.
  • sortOrder (type: integer(), default: nil) - Sort order for the custom field.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomRegistrationField{
  active: boolean(),
  fieldName: String.t(),
  fieldType: String.t(),
  required: boolean(),
  sortOrder: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.