View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_CustomerManagerLink (google_api_search_ads360 v0.7.0)

Represents customer-manager link relationship.

Attributes

  • managerCustomer (type: String.t, default: nil) - Output only. The manager customer linked to the customer.
  • managerLinkId (type: String.t, default: nil) - Output only. ID of the customer-manager link. This field is read only.
  • resourceName (type: String.t, default: nil) - Immutable. Name of the resource. CustomerManagerLink resource names have the form: customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}
  • startTime (type: String.t, default: nil) - Output only. The timestamp when the CustomerManagerLink was created. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.
  • status (type: String.t, default: nil) - Status of the link between the customer and the manager.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_CustomerManagerLink{
    managerCustomer: String.t() | nil,
    managerLinkId: String.t() | nil,
    resourceName: String.t() | nil,
    startTime: String.t() | nil,
    status: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.