View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails (google_api_analytics_admin v0.19.0)

Status information for a link proposal.

Attributes

  • linkProposalInitiatingProduct (type: String.t, default: nil) - Output only. The source of this proposal.
  • linkProposalState (type: String.t, default: nil) - Output only. The state of this proposal.
  • requestorEmail (type: String.t, default: nil) - Output only. The email address of the user that proposed this linkage.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails{
    linkProposalInitiatingProduct: String.t() | nil,
    linkProposalState: String.t() | nil,
    requestorEmail: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.