resourceOriginalState property

  1. @TagNumber.new(19)
Struct get resourceOriginalState

The resource's original state before mutation. Present only for operations which have successfully modified the targeted resource(s). In general, this field should contain all changed fields, except those that are already been included in request, response, metadata or service_data fields. When the JSON object represented here has a proto equivalent, the proto name will be indicated in the @type property.

Implementation

@$pb.TagNumber(19)
$0.Struct get resourceOriginalState => $_getN(12);
  1. @TagNumber.new(19)
set resourceOriginalState (Struct v)

Implementation

@$pb.TagNumber(19)
set resourceOriginalState($0.Struct v) {
  setField(19, v);
}