google_api_chat v0.6.0 GoogleApi.Chat.V1.Model.Membership View Source
Represents a membership relation in Hangouts Chat.
Attributes
- createTime (DateTime.t): The creation time of the membership a.k.a the time at which the member
joined the space, if applicable. Defaults to
nil
. - member (GoogleApi.Chat.V1.Model.User.t): Member details. Defaults to
nil
. - name (String.t): Resource name of the membership, in the form "spaces//members/".
Example: spaces/AAAAMpdlehY/members/105115627578887013105 Defaults to nil
.
- state (String.t): State of the membership. Defaults to
nil
.
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.Chat.V1.Model.Membership{
createTime: DateTime.t(),
member: GoogleApi.Chat.V1.Model.User.t(),
name: String.t(),
state: String.t()
}
t() :: %GoogleApi.Chat.V1.Model.Membership{ createTime: DateTime.t(), member: GoogleApi.Chat.V1.Model.User.t(), name: String.t(), state: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.