Class ApiSchemaObjectStorageInputLocation
The details of OCI Object Storage object location for Api schema.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class ApiSchemaObjectStorageInputLocation : ApiSchemaInputLocation
  Properties
BucketName
Declaration
[Required(ErrorMessage = "BucketName is required.")]
[JsonProperty(PropertyName = "bucketName")]
public string BucketName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The bucket name of an object.  | 
      
Remarks
Required
NamespaceName
Declaration
[Required(ErrorMessage = "NamespaceName is required.")]
[JsonProperty(PropertyName = "namespaceName")]
public string NamespaceName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The namespace name of an object.  | 
      
Remarks
Required
ObjectName
Declaration
[Required(ErrorMessage = "ObjectName is required.")]
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The location/name of object.  | 
      
Remarks
Required