Class: Google::Apis::ChecksV1alpha::GoogleChecksReportV1alphaPermission

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/checks_v1alpha/classes.rb,
lib/google/apis/checks_v1alpha/representations.rb,
lib/google/apis/checks_v1alpha/representations.rb

Overview

Information about a permission.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChecksReportV1alphaPermission

Returns a new instance of GoogleChecksReportV1alphaPermission.



1141
1142
1143
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1141

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#idString

Permission identifier. Corresponds to the JSON property id

Returns:

  • (String)


1139
1140
1141
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1139

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1146
1147
1148
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1146

def update!(**args)
  @id = args[:id] if args.key?(:id)
end