Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Application
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Application
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Instance Attribute Summary collapse
-
#base_uri ⇒ String
Corresponds to the JSON property
baseUri. -
#full_uri ⇒ String
Corresponds to the JSON property
fullUri.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Application
constructor
A new instance of GoogleCloudSecuritycenterV2Application.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2Application
Returns a new instance of GoogleCloudSecuritycenterV2Application.
4954 4955 4956 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4954 def initialize(**args) update!(**args) end |
Instance Attribute Details
#base_uri ⇒ String
Corresponds to the JSON property baseUri
4947 4948 4949 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4947 def base_uri @base_uri end |
#full_uri ⇒ String
Corresponds to the JSON property fullUri
4952 4953 4954 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4952 def full_uri @full_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4959 4960 4961 4962 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 4959 def update!(**args) @base_uri = args[:base_uri] if args.key?(:base_uri) @full_uri = args[:full_uri] if args.key?(:full_uri) end |