GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest.fromJson constructor

GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaSwitchVariableMaskingRequest.fromJson(
    core.Map json_)
    : this(
        enableVariableMasking: json_.containsKey('enableVariableMasking')
            ? json_['enableVariableMasking'] as core.bool
            : null,
      );