GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoDecorationOverlay
Table of Contents ▼
Jump to a specific part of the page:
Description
Settings that control how a SIBS decoration overlay is displayed.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
overlay
(type:GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPhotoOverlay
, default:nil
)
- Settings that describe how the decoration should be overlaid on the photo. -
sibsId
(type:String.t
, default:nil
)
- SIBS ID of the decoration that is overlaid on the photo.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoDecorationOverlay{
overlay: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPhotoOverlay.t() | nil,
sibsId: String.t() | nil
}
overlay: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPhotoOverlay.t() | nil,
sibsId: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoDecorationOverlay