Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ListChangelogsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ListChangelogsResponse

Returns a new instance of GoogleCloudDialogflowCxV3ListChangelogsResponse.



4734
4735
4736
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4734

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

Instance Attribute Details

#changelogsArray<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Changelog>

Corresponds to the JSON property changelogs



4727
4728
4729
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4727

def changelogs
  @changelogs
end

#next_page_tokenString

Corresponds to the JSON property nextPageToken

Returns:

  • (String)


4732
4733
4734
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4732

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4739
4740
4741
4742
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4739

def update!(**args)
  @changelogs = args[:changelogs] if args.key?(:changelogs)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end