toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accessKeyId = this.accessKeyId;
  final endpoint = this.endpoint;
  final region = this.region;
  final secretAccessKeySecret = this.secretAccessKeySecret;
  final technologyType = this.technologyType;
  return {
    'accessKeyId': ?accessKeyId,
    'endpoint': ?endpoint,
    'region': ?region,
    'secretAccessKeySecret': ?secretAccessKeySecret,
    'technologyType': ?technologyType,
  };
}