View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParamSpecEntryConfig (google_api_integrations v0.14.0)

Attributes

  • descriptivePhrase (type: String.t, default: nil) - A short phrase to describe what this parameter contains.
  • helpText (type: String.t, default: nil) - Detailed help text for this parameter containing information not provided elsewhere. For example, instructions on how to migrate from a deprecated parameter.
  • hideDefaultValue (type: boolean(), default: nil) - Whether the default value is hidden in the UI.
  • inputDisplayOption (type: String.t, default: nil) -
  • isHidden (type: boolean(), default: nil) - Whether this field is hidden in the UI.
  • label (type: String.t, default: nil) - A user-friendly label for the parameter.
  • parameterNameOption (type: String.t, default: nil) -
  • subSectionLabel (type: String.t, default: nil) - A user-friendly label for subSection under which the parameter will be displayed.
  • uiPlaceholderText (type: String.t, default: nil) - Placeholder text which will appear in the UI input form for this parameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParamSpecEntryConfig{
    descriptivePhrase: String.t() | nil,
    helpText: String.t() | nil,
    hideDefaultValue: boolean() | nil,
    inputDisplayOption: String.t() | nil,
    isHidden: boolean() | nil,
    label: String.t() | nil,
    parameterNameOption: String.t() | nil,
    subSectionLabel: String.t() | nil,
    uiPlaceholderText: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.