ImageRepositoryUnwantedContent

GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryUnwantedContent


Table of Contents ▼

Jump to a specific part of the page:

Description

To indicate whether the image or video is to be deleted from the repository due to legal reasons or hidden from search results.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. deletionReason (type: String.t, default: nil)
    -
  2. hideReason (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryUnwantedContent{
deletionReason: String.t() | nil,
hideReason: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryUnwantedContent