SnapshotImageNode

GoogleApi.ContentWarehouse.V1.Model.SnapshotImageNode


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. boundingBox (type: GoogleApi.ContentWarehouse.V1.Model.SnapshotBox, default: nil)
    -
  2. isExternal (type: boolean(), default: nil)
    - An image is considered external iff both: 1. The image appears in a link that is not in the same org as the document, or the target URL is in a different org. 2. The image src is not in the same org as the document.
  3. url (type: String.t, default: nil)
    - The absolute url of the image as present in the page.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SnapshotImageNode{
boundingBox: GoogleApi.ContentWarehouse.V1.Model.SnapshotBox.t() | nil,
isExternal: boolean() | nil,
url: String.t() | nil
}

Function

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

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