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.



1554
1555
1556
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1554

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

Instance Attribute Details

#idString

Permission identifier. Corresponds to the JSON property id

Returns:

  • (String)


1552
1553
1554
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1552

def id
  @id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1559
1560
1561
# File 'lib/google/apis/checks_v1alpha/classes.rb', line 1559

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