Class: Google::Apis::SecuritycenterV1beta1::Application
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1beta1::Application
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/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) ⇒ Application
constructor
A new instance of Application.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Application
Returns a new instance of Application.
391 392 393 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 391 def initialize(**args) update!(**args) end |
Instance Attribute Details
#base_uri ⇒ String
Corresponds to the JSON property baseUri
384 385 386 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 384 def base_uri @base_uri end |
#full_uri ⇒ String
Corresponds to the JSON property fullUri
389 390 391 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 389 def full_uri @full_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
396 397 398 399 |
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 396 def update!(**args) @base_uri = args[:base_uri] if args.key?(:base_uri) @full_uri = args[:full_uri] if args.key?(:full_uri) end |