public sealed class ExportInstanceRequest : IMessage<ExportInstanceRequest>, IEquatable<ExportInstanceRequest>, IDeepCloneable<ExportInstanceRequest>, IBufferMessage, IMessage
Request for [Export][google.cloud.redis.v1.CloudRedis.ExportInstance].
Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
where location_id refers to a GCP region.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `ExportInstanceRequest` class within the `Google.Cloud.Redis.V1` namespace, specifically version 2.4.0, used for exporting Redis instances."],["The `ExportInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes two constructors: a default constructor `ExportInstanceRequest()` and a copy constructor `ExportInstanceRequest(ExportInstanceRequest other)`."],["The `ExportInstanceRequest` class has two key properties: `Name`, which is a required string representing the Redis instance's resource name, and `OutputConfig`, which is a required property used to specify the exported data configuration."],["The latest version of the library is 3.5.0, with versions ranging from 2.2.0 up to 3.5.0 being available for use, with version 2.4.0 being the context of this document."]]],[]]