Class: Google::Apis::FirebasedataconnectV1::GraphqlResponseExtensions
- Inherits:
-
Object
- Object
- Google::Apis::FirebasedataconnectV1::GraphqlResponseExtensions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebasedataconnect_v1/classes.rb,
lib/google/apis/firebasedataconnect_v1/representations.rb,
lib/google/apis/firebasedataconnect_v1/representations.rb
Overview
GraphqlResponseExtensions contains additional information of GraphqlResponse
or ExecuteQueryResponse.
Instance Attribute Summary collapse
-
#data_connect ⇒ Array<Google::Apis::FirebasedataconnectV1::DataConnectProperties>
Data Connect specific GraphQL extension, a list of paths and properties.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GraphqlResponseExtensions
constructor
A new instance of GraphqlResponseExtensions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GraphqlResponseExtensions
Returns a new instance of GraphqlResponseExtensions.
627 628 629 |
# File 'lib/google/apis/firebasedataconnect_v1/classes.rb', line 627 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_connect ⇒ Array<Google::Apis::FirebasedataconnectV1::DataConnectProperties>
Data Connect specific GraphQL extension, a list of paths and properties.
Corresponds to the JSON property dataConnect
625 626 627 |
# File 'lib/google/apis/firebasedataconnect_v1/classes.rb', line 625 def data_connect @data_connect end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
632 633 634 |
# File 'lib/google/apis/firebasedataconnect_v1/classes.rb', line 632 def update!(**args) @data_connect = args[:data_connect] if args.key?(:data_connect) end |