class Google::Apis::DiscoveryV1::RestDescription::Auth::Oauth2::Scope

The scope value.

Attributes

description[RW]

Description of scope. Corresponds to the JSON property `description` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/discovery_v1/classes.rb, line 629
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/discovery_v1/classes.rb, line 634
def update!(**args)
  @description = args[:description] if args.key?(:description)
end