Class: Google::Apis::CloudassetV1::GoogleCloudAssetV1DeniedAccessResource

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

Overview

A Google Cloud resource under analysis.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAssetV1DeniedAccessResource

Returns a new instance of GoogleCloudAssetV1DeniedAccessResource.



1897
1898
1899
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1897

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

Instance Attribute Details

#full_resource_nameString

The full resource name Corresponds to the JSON property fullResourceName

Returns:

  • (String)


1895
1896
1897
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1895

def full_resource_name
  @full_resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1902
1903
1904
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1902

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