ResourceStatusEffectiveInstanceMetadata.fromJson constructor

ResourceStatusEffectiveInstanceMetadata.fromJson(
  1. Map json_
)

Implementation

ResourceStatusEffectiveInstanceMetadata.fromJson(core.Map json_)
  : this(
      blockProjectSshKeysMetadataValue:
          json_['blockProjectSshKeysMetadataValue'] as core.bool?,
      enableGuestAttributesMetadataValue:
          json_['enableGuestAttributesMetadataValue'] as core.bool?,
      enableOsInventoryMetadataValue:
          json_['enableOsInventoryMetadataValue'] as core.bool?,
      enableOsconfigMetadataValue:
          json_['enableOsconfigMetadataValue'] as core.bool?,
      enableOsloginMetadataValue:
          json_['enableOsloginMetadataValue'] as core.bool?,
      serialPortEnableMetadataValue:
          json_['serialPortEnableMetadataValue'] as core.bool?,
      serialPortLoggingEnableMetadataValue:
          json_['serialPortLoggingEnableMetadataValue'] as core.bool?,
      vmDnsSettingMetadataValue:
          json_['vmDnsSettingMetadataValue'] as core.String?,
    );