Commit 9d17e2d4 authored by Michael Lihs's avatar Michael Lihs Committed by Sander van Harmelen

add `expires_at` field to `GroupMember` (#258)

parent 43cc8752
......@@ -41,6 +41,7 @@ type GroupMember struct {
State string `json:"state"`
CreatedAt *time.Time `json:"created_at"`
AccessLevel AccessLevelValue `json:"access_level"`
ExpiresAt *ISOTime `json:"expires_at"`
}
// ListGroupMembersOptions represents the available ListGroupMembers()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment