GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCoverPhoto
Table of Contents ▼
Jump to a specific part of the page:
Description
CoverPhoto is the long banner photo (also called full bleed photo) at the top of G+ profile page.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
imageHeight
(type:integer()
, default:nil
)
- -
imageId
(type:String.t
, default:nil
)
- -
imageUrl
(type:String.t
, default:nil
)
- -
imageWidth
(type:integer()
, default:nil
)
- -
isAnimated
(type:boolean()
, default:nil
)
- -
isDefault
(type:boolean()
, default:nil
)
- -
metadata
(type:GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCoverPhoto{
imageHeight: integer() | nil,
imageId: String.t() | nil,
imageUrl: String.t() | nil,
imageWidth: integer() | nil,
isAnimated: boolean() | nil,
isDefault: boolean() | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t() | nil
}
imageHeight: integer() | nil,
imageId: String.t() | nil,
imageUrl: String.t() | nil,
imageWidth: integer() | nil,
isAnimated: boolean() | nil,
isDefault: boolean() | nil,
metadata: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiCoverPhoto