SetAccessKey sets the "access_key" field.
(v string)
| 652 | |
| 653 | // SetAccessKey sets the "access_key" field. |
| 654 | func (u *StoragePolicyUpsert) SetAccessKey(v string) *StoragePolicyUpsert { |
| 655 | u.Set(storagepolicy.FieldAccessKey, v) |
| 656 | return u |
| 657 | } |
| 658 | |
| 659 | // UpdateAccessKey sets the "access_key" field to the value that was provided on create. |
| 660 | func (u *StoragePolicyUpsert) UpdateAccessKey() *StoragePolicyUpsert { |