github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/clouddb/dms_file.go (about)

     1  /*
     2   * clouddb
     3   *
     4   * Cloud DB<br/>https://ncloud.apigw.ntruss.com/clouddb/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package clouddb
    10  
    11  type DmsFile struct {
    12  
    13  	// 파일길이
    14  FileLength *int64 `json:"fileLength,omitempty"`
    15  
    16  	// 최종작성시각
    17  LastWriteTime *string `json:"lastWriteTime,omitempty"`
    18  
    19  	// 파일이름
    20  FileName *string `json:"fileName,omitempty"`
    21  }