View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition (google_api_integrations v0.5.0)

Attributes

  • fullName (type: String.t, default: nil) - The fully-qualified proto name. This message, for example, would be "enterprise.crm.eventbus.proto.ParamSpecEntry.ProtoDefinition".
  • path (type: String.t, default: nil) - Path to the proto file that contains the message type's definition.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition{
    fullName: String.t() | nil,
    path: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.