View Source GoogleApi.IAP.V1.Model.TagsPartialState (google_api_iap v0.20.2)

Attributes

  • tagKeysToRemove (type: list(String.t), default: nil) - Keys of the tags that should be removed for evaluation purposes. IMPORTANT: Currently only numeric references are supported. Once support for namespace references is added, both the tag references (numeric and namespace) will be removed.
  • tagsToUpsert (type: map(), default: nil) - Tags that’ll be updated or added to the current state of tags for evaluation purposes. If a key exists in both "tags_to_upsert" and "tag_keys_to_remove", the one in "tag_keys_to_remove" is ignored. Only one type of tags reference (numeric or namespace) is required to be passed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.IAP.V1.Model.TagsPartialState{
  tagKeysToRemove: [String.t()] | nil,
  tagsToUpsert: map() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.