google_api_plus v0.7.0 GoogleApi.Plus.V1.Model.Acl View Source
Attributes
description(type:String.t, default:nil) - Description of the access granted, suitable for display.items(type:list(GoogleApi.Plus.V1.Model.PlusAclentryResource.t), default:nil) - The list of access entries.kind(type:String.t, default:plus#acl) - Identifies this resource as a collection of access controls. Value: "plus#acl".
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 Sourcet() :: %GoogleApi.Plus.V1.Model.Acl{
description: String.t(),
items: [GoogleApi.Plus.V1.Model.PlusAclentryResource.t()],
kind: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.