class Google::Apis::ManagerV1beta2::ListTemplatesResponse

Attributes

next_page_token[RW]

Corresponds to the JSON property `nextPageToken` @return [String]

resources[RW]

Corresponds to the JSON property `resources` @return [Array<Google::Apis::ManagerV1beta2::Template>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/manager_v1beta2/classes.rb, line 1280
def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @resources = args[:resources] if args.key?(:resources)
end