class Google::Apis::PlusV1::Acl
Attributes
description[RW]
Description of the access granted, suitable for display. Corresponds to the JSON property `description` @return [String]
items[RW]
The list of access entries. Corresponds to the JSON property `items` @return [Array<Google::Apis::PlusV1::PlusAclentryResource>]
kind[RW]
Identifies this resource as a collection of access controls. Value: “plus#acl”. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/plus_v1/classes.rb, line 44 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/plus_v1/classes.rb, line 49 def update!(**args) @description = args[:description] if args.key?(:description) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end