role.pbext.go raw

   1  // Code generated by protoc-gen-goext. DO NOT EDIT.
   2  
   3  package iam
   4  
   5  func (m *Role) SetId(v string) {
   6  	m.Id = v
   7  }
   8  
   9  func (m *Role) SetDescription(v string) {
  10  	m.Description = v
  11  }
  12