google_api_blogger v0.2.0 GoogleApi.Blogger.V3.Model.PostAuthor View Source
The author of this Post.
Attributes
- displayName (String.t): The display name. Defaults to:
null
. - id (String.t): The identifier of the Post creator. Defaults to:
null
. - image (PostAuthorImage): Defaults to:
null
. - url (String.t): The URL of the Post creator's Profile page. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Blogger.V3.Model.PostAuthor{
displayName: any(),
id: any(),
image: GoogleApi.Blogger.V3.Model.PostAuthorImage.t(),
url: any()
}
t() :: %GoogleApi.Blogger.V3.Model.PostAuthor{ displayName: any(), id: any(), image: GoogleApi.Blogger.V3.Model.PostAuthorImage.t(), url: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.