google_api_blogger v0.1.0 GoogleApi.Blogger.V3.Model.PostUserInfo View Source
Attributes
- kind (String.t): The kind of this entity. Always blogger#postUserInfo Defaults to:
null. - post (Post): The Post resource. Defaults to:
null. - post_user_info (PostPerUserInfo): Information about a User for the Post. 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() :: %GoogleApi.Blogger.V3.Model.PostUserInfo{
kind: any(),
post: GoogleApi.Blogger.V3.Model.Post.t(),
post_user_info: GoogleApi.Blogger.V3.Model.PostPerUserInfo.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.