Class: Google::Apis::ComputeBeta::LicenseCodeLicenseAlias
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::LicenseCodeLicenseAlias
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#description ⇒ String
[Output Only] Description of this License Code.
-
#self_link ⇒ String
[Output Only] URL of license corresponding to this License Code.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LicenseCodeLicenseAlias
constructor
A new instance of LicenseCodeLicenseAlias.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LicenseCodeLicenseAlias
Returns a new instance of LicenseCodeLicenseAlias.
18455 18456 18457 |
# File 'lib/google/apis/compute_beta/classes.rb', line 18455 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
[Output Only] Description of this License Code.
Corresponds to the JSON property description
18448 18449 18450 |
# File 'lib/google/apis/compute_beta/classes.rb', line 18448 def description @description end |
#self_link ⇒ String
[Output Only] URL of license corresponding to this License Code.
Corresponds to the JSON property selfLink
18453 18454 18455 |
# File 'lib/google/apis/compute_beta/classes.rb', line 18453 def self_link @self_link end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18460 18461 18462 18463 |
# File 'lib/google/apis/compute_beta/classes.rb', line 18460 def update!(**args) @description = args[:description] if args.key?(:description) @self_link = args[:self_link] if args.key?(:self_link) end |