GoogleCloudDataplexV1Partition class
Represents partition metadata contained within entity instances.
Constructors
- 
          GoogleCloudDataplexV1Partition({String? etag, String? location, String? name, List<
String> ? values}) - GoogleCloudDataplexV1Partition.fromJson(Map json_)
 
Properties
- etag ↔ String?
 - 
  The etag for this partition.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - location ↔ String?
 - 
  The location of the entity data within the partition, for example,
gs://bucket/path/to/entity/key1=value1/key2=value2.
  getter/setter pair
 - name ↔ String?
 - 
  Partition values used in the HTTP URL must be double encoded.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  values
  ↔ List<
String> ? - 
  The set of values representing the partition, which correspond to the
partition schema defined in the parent entity.
  getter/setter pair
 
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