Class: Google::Apis::AdminDirectoryV1::VerificationCodes

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/admin_directory_v1/classes.rb,
lib/google/apis/admin_directory_v1/representations.rb,
lib/google/apis/admin_directory_v1/representations.rb

Overview

JSON response template for List verification codes operation in Directory API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VerificationCodes

Returns a new instance of VerificationCodes.



5215
5216
5217
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5215

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

Instance Attribute Details

#etagString

ETag of the resource. Corresponds to the JSON property etag

Returns:

  • (String)


5202
5203
5204
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5202

def etag
  @etag
end

#itemsArray<Google::Apis::AdminDirectoryV1::VerificationCode>

A list of verification code resources. Corresponds to the JSON property items



5207
5208
5209
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5207

def items
  @items
end

#kindString

The type of the resource. This is always admin#directory# verificationCodesList. Corresponds to the JSON property kind

Returns:

  • (String)


5213
5214
5215
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5213

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5220
5221
5222
5223
5224
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 5220

def update!(**args)
  @etag = args[:etag] if args.key?(:etag)
  @items = args[:items] if args.key?(:items)
  @kind = args[:kind] if args.key?(:kind)
end