View Source GoogleApi.People.V1.Model.BatchDeleteContactsRequest (google_api_people v0.41.0)

A request to delete a batch of existing contacts.

Attributes

  • resourceNames (type: list(String.t), default: nil) - Required. The resource names of the contact to delete. It's repeatable. Allows up to 500 resource names in a single request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.People.V1.Model.BatchDeleteContactsRequest{
  resourceNames: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.