RolloutRolloutEntityOrchestratedEntity.fromJson constructor

RolloutRolloutEntityOrchestratedEntity.fromJson(
  1. Map json_
)

Implementation

RolloutRolloutEntityOrchestratedEntity.fromJson(core.Map json_)
  : this(
      conflictBehavior: json_['conflictBehavior'] as core.String?,
      orchestrationAction: json_['orchestrationAction'] as core.String?,
      orchestrationSource: json_['orchestrationSource'] as core.String?,
    );