class Google::Apis::ComputeV1::LicenseCodeLicenseAlias
Attributes
description[RW]
- Output Only
-
Description of this
License
Code.
Corresponds to the JSON property `description` @return [String]
self_link[RW]
- Output Only
-
URL of license corresponding to this
License
Code.
Corresponds to the JSON property `selfLink` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 16867 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 16872 def update!(**args) @description = args[:description] if args.key?(:description) @self_link = args[:self_link] if args.key?(:self_link) end