Class: Google::Apis::SecuritycenterV1::Application

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Application

Returns a new instance of Application.



466
467
468
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 466

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

Instance Attribute Details

#base_uriString

Corresponds to the JSON property baseUri

Returns:

  • (String)


459
460
461
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 459

def base_uri
  @base_uri
end

#full_uriString

Corresponds to the JSON property fullUri

Returns:

  • (String)


464
465
466
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 464

def full_uri
  @full_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



471
472
473
474
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 471

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