GoogleCloudDialogflowCxV3ExportFlowRequest class
The request message for Flows.ExportFlow.
Constructors
- GoogleCloudDialogflowCxV3ExportFlowRequest({String? flowUri, bool? includeReferencedFlows})
 - GoogleCloudDialogflowCxV3ExportFlowRequest.fromJson(Map json_)
 
Properties
- flowUri ↔ String?
 - 
  The Google Cloud Storage URI to
export the flow to.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - includeReferencedFlows ↔ bool?
 - 
  Whether to export flows referenced by the specified flow.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited