GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPhotoOverlay
Table of Contents ▼
Jump to a specific part of the page:
Description
Settings that control how a photo overlay is displayed.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
relativePosition
(type:GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoRelativePosition
, default:nil
)
- Top left position of the overlay relative to the user's avatar. -
relativeScale
(type:GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoRelativeScale
, default:nil
)
- Scale of the overlay relative to the user's avatar.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPhotoOverlay{
relativePosition: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoRelativePosition.t() | nil,
relativeScale: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoRelativeScale.t() | nil
}
relativePosition: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoRelativePosition.t() | nil,
relativeScale: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoRelativeScale.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoPhotoOverlay